home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / elektro / cla / inventor.y < prev    next >
Encoding:
Text File  |  1993-12-05  |  2.5 KB  |  84 lines

  1. CLA INVENTORY 
  2.  Version 2 release 1 Beta                                           25/11/93
  3. ============================================================================
  4. This is a list of the files which should have come with this
  5. release of CLA.
  6.  
  7. NOTE: CLA MUST have this directory structure, or it WILL NOT work.
  8.         You can place the root of this structure ( .\ ) anywhere,
  9.         but must keep all things in the correct directories after
  10.         that.
  11.  
  12. .\
  13.     CLA.PRG            CLA Design & Simulation Enviroment
  14.     VECED2.PRG        Vector Object Editor
  15.     LIBV1.PRG        Librarian
  16.     README            Notes on this beta release, and a survey to return.
  17.     INVENTOR.Y        This file.
  18.  
  19. .\DOC
  20.     COPYRGHT.TXT    How you can copy this.
  21.     BUGLIST            Known Bugs
  22.     CHANGES.TXT        New stuff from the last release.
  23.     FUTURES.TXT        Stuff currently under developement
  24.     MANUAL.TXT        The old CLAv1 manual, updated for this version but still
  25.                     a bit naff.
  26.     VECEDIT.TXT        Quick notes on the Vector Object Editor VECED2.
  27.     TOS4SCR1.GIF    Screenshots (GIF format) of CLAv2 in it's full glory on
  28.     TOS4SCR2.GIF    a Falcon.
  29.     FSM_EDIT.GIF
  30.  
  31. .\EXAMPLES            Several example .NET files to play with.
  32.  
  33. .\FSM_DES
  34.     FSM_EDIT.PRG    The Finite State Machine design program.
  35.     SDES.RSC        Resource file for the above (colour only).
  36.     B.FSM            Example state machine files.
  37.     V6.FSM
  38.     README.TXT        Doc.s for the state machine editor.
  39.  
  40. .\VHDL
  41.     README            The VHDL compiler documentation.
  42.     CLA_VHDL.PRG    VHDL subset to CLA.NET compiler.
  43.     CLAVHDL.RSC        Resource file for the above.
  44.     OPERATORS.CLA    File giving operator precedence for the VHDL compiler.
  45.  
  46. .\VHDL\74XX.VHD        The VHDL source for the standard 74 series TTL library
  47.     7400.VHD
  48.     7402.VHD
  49.     7404.VHD
  50.  
  51. .\RESOURCE.CLA
  52.     BWLOGIC.NAM        Various CLA resources
  53.     CLAC.RSC
  54.     CLAM.RSC
  55.     FILE.GTB
  56.     GATES.GTB
  57.     INPUTS.GTB
  58.     TOOLS.GTB
  59.     LIBV1C.RSC        Librarian resources (colour & mono)
  60.     LIBV1M.RSC
  61.     VECEDITC.RSC    Vector Object editor resources (colour & mono)
  62.     VECEDITM.RSC
  63.  
  64. .\RESOURCE.CLA\VECTORS
  65.     DEFAULT.VFN        CLA vector font - primitive, but effective.
  66.     GATES.VEC        Standard logic gate images (editable with VECED2)
  67.  
  68. .\CONFIG.CLA
  69.     FANOUT.DEF        The average fanouts available from various IC technologies
  70.     KEYS.DEF        Keyboard shortcuts definition file.
  71.     LIB.DEF            The library definition file (editable with LIBV1)
  72.  
  73. .\LIBRARY            The modules library for CLA.
  74.  
  75. .\LIBRARY\74XX        The 74 series TTL library (from VHDL sources)
  76.     7400.NET
  77.     7402.NET
  78.     7404.NET
  79.  
  80. .\LIBRARY\USERLIB    A predefined but empty library for your stuff.
  81.  
  82. .\LIBRARY\BASIC        Simple things such as 2-bit adders & D-flip-flops
  83.  
  84.